'Declaration Public Overloads Shared Sub ValidateInteger( _ ByVal value As Nullable(Of Integer) _ )
public static void ValidateInteger( Nullable<int> value )
Parameters
- value
- An System.Int32 value to validate.
'Declaration Public Overloads Shared Sub ValidateInteger( _ ByVal value As Nullable(Of Integer) _ )
public static void ValidateInteger( Nullable<int> value )
Exception | Description |
---|---|
GrapeCity.ActiveReports.PageReportModel.ReportDefinitionException | Throws if the value is out of range limit. |